All Questions
8 questions
5votes
1answer
51views
How to do Exploratory Data Analysis when my response variable is binary?
I am doing a multilevel regression, and my response variable is binary (presence of females on a tech board). all the EDA methods i know are about plotting correlation, but this as this is a binary i ...
1vote
1answer
103views
Predictive model to maximize sum of dependent variable?
I am trying to classify cars for a towing company. Junky cars earn more when sent to the junkyard, and the more valuable cars should earn more at the auction, despite the auction fee. Creating a ...
0votes
1answer
792views
Output model from GLM in R
I had generate in Ra logistic model using glm using binomial as family, but each session that I started in R the variable that I used to store the glm output gives me another output. Why this happen? ...
0votes
2answers
886views
Logistic regression threshold value
How can i set the threshold value for the target variable. For example if a target variable is chance_of_admit and it has values from 0 to 1, how can I pick a value and so that I can convert it to 0's ...
1vote
1answer
103views
Data Structure For Multilevel Analysis
I am little confused about how to structure my specific data for multilevel analysis. I have 10 categories and each category has some items in them. The dataset is available for 117 weeks. There is ...
1vote
1answer
93views
Logistic Regression or regression SVM for probability of outcome
I am working on a prediction question: what's the percentage of Y = 1 using a number of features? The output Y values I have for training are in binary. In this case, should the prediction be ...
1vote
0answers
47views
Coalitional effect in logistic regression and assessing explanarory variable contribution
I have a problem that could be described as logistic regression with all dichotomous variables: 1 response variable (DV) Y (I would call it later as a feature/violet star) and 5 explanatory variables (...
2votes
2answers
334views
Regression Model for explained model(Details inside)
I am kind of a newbie on machine learning and I would like to ask some questions based on a problem I have . Let's say I have x y z as variable and I have values of these variables as time progresses ...